home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / blx11.zip / WINAPP.CPP < prev    next >
Text File  |  1991-01-21  |  151b  |  7 lines

  1. #include<windows.h>
  2. #include"winapp.h"
  3. HANDLE WinApp::hInstance;
  4. HANDLE WinApp::hPrevInstance;
  5. LPSTR WinApp::lpszCmdLine;
  6. int WinApp::nCmdShow;
  7.